home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr02 / scnright.zip / NSLHELP.BAT next >
DOS Batch File  |  1993-07-02  |  7KB  |  191 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO                            Thank you for ordering from
  6. ECHO  
  7. ECHO  
  8. ECHO                               NATIONAL SOFTWARE LABS
  9. ECHO                         13376 Washington Boulevard, Suite 7
  10. ECHO                           Los Angeles, California  90066
  11. ECHO                                   (213) 827-7889
  12. ECHO  
  13. ECHO                          . . . . TECHNICAL SUPPORT . . . .
  14. ECHO  
  15. ECHO If you have any questions or problems with the programs on this disk, please
  16. ECHO call our technical support staff for assistance. Before calling, be sure you
  17. ECHO have read the documentation for instructions on the use of your programs. If
  18. ECHO you need help, we will try to answer your questions to the best of our ability.
  19. ECHO It is advisable that you be at your computer when you make your call.
  20. ECHO  
  21. ECHO                     Feel free to CALL us for technical support.
  22. ECHO  
  23. ECHO                   Please DO NOT WRITE to us for technical support.
  24. ECHO  
  25. ECHO In the past we have had to answer hundreds of letters every week. We simply
  26. ECHO cannot keep up with the volume. In addition, we can provide better assistance
  27. ECHO by telephone than by mail.
  28. ECHO  
  29. PAUSE
  30. CLS
  31. ECHO  
  32. ECHO  
  33. ECHO                                  LIMITED WARRANTY
  34. ECHO  
  35. ECHO   This disk is warranted to be readable. NATIONAL SOFTWARE LABS hereby
  36. ECHO   disclaims all other express or implied warranties for this software,
  37. ECHO   including the warranties of merchantability and fitness for a particular
  38. ECHO   purpose. In no event will NATIONAL SOFTWARE LABS be liable for any damages,
  39. ECHO   including any lost profits, lost savings or other incidental or conse-
  40. ECHO   quential damages arising out of the use or inability to use this software.
  41. ECHO   If this disk proves to be unreadable, please return it for an immediate
  42. ECHO   replacement.
  43. ECHO  
  44. ECHO  
  45. PAUSE
  46. CLS
  47. ECHO  
  48. ECHO  
  49. ECHO  
  50. ECHO                                  --- IMPORTANT ---
  51. ECHO  
  52. ECHO  
  53. ECHO  Before attempting to run any of the programs on this disk, make a backup 
  54. ECHO  copy of the disk. Insert this disk in drive A: and a blank, formatted disk 
  55. ECHO  in drive B: Then enter:  
  56. ECHO  
  57. ECHO                                    DISKCOPY A: B: 
  58. ECHO  
  59. ECHO  
  60. ECHO Use this command even if you have only one floppy disk drive. When you are
  61. ECHO prompted by DOS to insert the target disk, remove the NSL (source) disk from
  62. ECHO drive A: and insert a blank diskette. (See your DOS manual for details).
  63. ECHO  
  64. ECHO  
  65. PAUSE
  66. CLS
  67. DIR /W
  68. ECHO  
  69. ECHO Instructions for running the programs on this disk are in documentation files
  70. ECHO or are presented on-line when you run the programs. If any of the above files
  71. ECHO have the extensions .DOC or .TXT or .MAN, or if they have the words README or
  72. ECHO MANUAL in them, they should be read or printed for instructions.
  73. ECHO  
  74. ECHO If the file PRINTDOC.BAT is listed above, it is a special program which will
  75. ECHO print the documentation. To execute this program, turn on your printer and type:
  76. ECHO  
  77. ECHO                        PRINTDOC [press ENTER]
  78. ECHO  
  79. ECHO  
  80. PAUSE
  81. CLS
  82. ECHO  
  83. ECHO  
  84. ECHO You can read documentation files by entering:
  85. ECHO  
  86. ECHO                     TYPE FILENAME.EXT [press ENTER] 
  87. ECHO  
  88. ECHO  
  89. ECHO For example, to read a file named XYZ.DOC, you would enter: 
  90. ECHO  
  91. ECHO                       TYPE XYZ.DOC [press ENTER]. 
  92. ECHO  
  93. ECHO  
  94. ECHO To stop the file from scrolling on your screen, hold down the CTRL key 
  95. ECHO and press the NUMLOCK key. Then, press any key to continue.
  96. ECHO  
  97. ECHO  
  98. ECHO  
  99. ECHO You can print documentation files by entering: 
  100. ECHO  
  101. ECHO                    COPY FILENAME.EXT PRN [press ENTER]  
  102. ECHO  
  103. ECHO  
  104. ECHO Be sure to turn on your printer before entering this command.
  105. ECHO  
  106. ECHO  
  107. PAUSE
  108. CLS
  109. IF EXIST \OTHER\*.* GOTO SUBDIR
  110. GOTO IFARC
  111. :IFARC
  112. IF EXIST *.ARC GOTO ARC
  113. IF EXIST \OTHER\*.ARC GOTO ARC
  114. GOTO CONT
  115. :CONT
  116. ECHO                  . . . PLEASE SUPPORT PROGRAM AUTHORS . . .
  117. ECHO  
  118. ECHO  
  119. ECHO NATIONAL SOFTWARE LABS is dedicated to bringing you the best public domain
  120. ECHO and Shareware programs available. A great deal of time and effort goes into
  121. ECHO the acquisition, selection and testing of programs. Our goal is to offer you
  122. ECHO the best and newest programs in each category.
  123. ECHO  
  124. ECHO The fee we charge for distributing the programs in the NSL Library covers the
  125. ECHO cost of our efforts. The program authors do not receive any part of that fee.
  126. ECHO  
  127. ECHO SHAREWARE is software which is provided to you to "try before you buy." It is
  128. ECHO not free software. Shareware authors request registration fees from those who
  129. ECHO try their programs and decide they will continue to use the programs. Because 
  130. ECHO shareware authors do not have to pay the high cost of advertising, the fees
  131. ECHO they charge for registration are modest compared to the prices you would pay
  132. ECHO for comparable programs marketed commercially. Shareware is a real bargain.
  133. ECHO  
  134. ECHO Shareware authors deserve to be compensated for the hard work they put into
  135. ECHO the programs you benefit from. In many cases your registration fee provides you
  136. ECHO with extras like printed manuals, telephone support, update service, etc. In
  137. ECHO addition, only your support can maintain the Shareware concept as a viable
  138. ECHO alternative to paying high prices for commercial software.
  139. ECHO  
  140. PAUSE
  141. CLS
  142. IF EXIST *.DOC DIR/W *.DOC
  143. IF EXIST READ*.* DIR/W READ*.*
  144. IF EXIST MANUAL*.* DIR/W MANUAL*.*
  145. IF EXIST *.MAN DIR/W *.MAN
  146. IF EXIST *.TXT DIR/W *.TXT
  147. ECHO  
  148. ECHO  
  149. ECHO If any files are listed above, read or print them for instructions on the use
  150. ECHO of your programs. If no files are listed above, run the programs and you will
  151. ECHO be presented with on-line help.
  152. ECHO  
  153. ECHO  
  154. GOTO END
  155. :SUBDIR
  156. ECHO  
  157. ECHO  
  158. ECHO                     . . . FINDING ALL OF YOUR PROGRAMS . . .
  159. ECHO  
  160. ECHO  
  161. ECHO This disk has files in a subdirectory named OTHER. You can access these files
  162. ECHO by entering:
  163. ECHO  
  164. ECHO                                OTHER [press ENTER]
  165. ECHO  
  166. ECHO  
  167. PAUSE
  168. CLS
  169. GOTO IFARC
  170. :ARC
  171. ECHO  
  172. ECHO  
  173. ECHO                      . . . ACCESSING COMPRESSED FILES . . .
  174. ECHO  
  175. ECHO  
  176. ECHO This disk contains a file with an .ARC extension which has been compressed
  177. ECHO in order to include more programs on the disk.
  178. ECHO  
  179. ECHO To decompress this file onto a floppy disk, insert a blank, formatted disk
  180. ECHO in drive B: and type FLOPPY [press ENTER].
  181. ECHO  
  182. ECHO To decompress this file onto a hard disk, type HARD [press ENTER]. This will
  183. ECHO create a subdirectory with the same name as the .ARC file on drive C: and de-
  184. ECHO compress the files into that subdirectory.
  185. ECHO  
  186. ECHO  
  187. PAUSE
  188. CLS
  189. GOTO CONT
  190. :END
  191.